Hi, we are using Aspose PDF library to convert PDF pages of multiple documents to PNG images within multiple threads (up to 10) using following code:
// Load the input PDF document
using (Aspose.Pdf.…...Process(pdfDocument.Pages[pageNo],... imageStream); ... After processing of some large amount of PDF...